Package-level declarations

Types

Link copied to clipboard
interface DataPolygon<T> : Geometry<T>
An interface containing the common properties of GeoJsonPolygon and KmlPolygon
Link copied to clipboard
open class Feature : Observable
An abstraction that shares the common properties of KmlPlacemark and GeoJsonFeature
Link copied to clipboard
interface Geometry<T>
An abstraction that represents a Geometry object
Link copied to clipboard
abstract class Layer
An abstraction that shares the common properties of KmlLayer and GeoJsonLayer
Link copied to clipboard
open class LineString : Geometry<T>
An abstraction that shares the common properties of KmlLineString and GeoJsonLineString
Link copied to clipboard
open class MultiGeometry : Geometry<T>
An abstraction that shares the common properties of KmlMultiGeometry and GeoJsonMultiLineString, GeoJsonMultiPoint and GeoJsonMultiPolygon
Link copied to clipboard
open class Point : Geometry<T>
An abstraction that shares the common properties of KmlPoint and GeoJsonPoint
Link copied to clipboard
open class Renderer
An abstraction that shares the common properties of KmlRenderer and GeoJsonRenderer
Link copied to clipboard
abstract class Style : Observable
An abstraction that shares the common properties of KmlStyle, GeoJsonPointStyle, GeoJsonLineStringStyle and GeoJsonPolygonStyle